Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.webengine.WebEngineComponent--filterConfig

This contribution is part of XML component org.nuxeo.ecm.webengine.WebEngineComponent inside nuxeo-webengine-core-9.10.jar /OSGI-INF/webengine-framework.xml

Extension Point

Extension point filterConfig of component RequestControllerService.

Contributed Items

  • <filterConfig name="webengine" synchonize="false" transactional="true">
          <pattern>/nuxeo/site.*</pattern>
        </filterConfig>

XML Source

<extension point="filterConfig" target="org.nuxeo.ecm.platform.web.common.requestcontroller.service.RequestControllerService">
    <filterConfig name="webengine" synchonize="false" transactional="true">
      <pattern>/nuxeo/site.*</pattern>
    </filterConfig>
  </extension>